Platform Explorer / Nuxeo Platform 2023.10

Operation NuxeoDrive.AddToLocallyEditedCollection (Nuxeo Drive: Add document to the 'Locally Edited' collection)

Description

Add the input document to the "Locally Edited" collection. Return the input document.
Operation id NuxeoDrive.AddToLocallyEditedCollection
Category Services
Label Nuxeo Drive: Add document to the 'Locally Edited' collection
Requires
Since

Parameters

No parameters.

Signature

Inputs document
Outputs document

Implementation Information

Implementation Class Class: org.nuxeo.drive.operations.NuxeoDriveAddToLocallyEditedCollection
Contributing Component org.nuxeo.drive.operations.NuxeoDriveGetRootsOperation

JSON Definition

{
  "id" : "NuxeoDrive.AddToLocallyEditedCollection",
  "label" : "Nuxeo Drive: Add document to the 'Locally Edited' collection",
  "category" : "Services",
  "requires" : null,
  "description" : "Add the input document to the \"Locally Edited\" collection. Return the input document.",
  "url" : "NuxeoDrive.AddToLocallyEditedCollection",
  "signature" : [ "document", "document" ],
  "params" : [ ]
}